home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: uu4news.netcom.com!friend!news
- From: rich@kastle.com (Richard Krehbiel)
- Subject: Re: do || die;
- Message-ID: <1996Mar11.130836.4955@friend.kastle.com>
- Sender: news@friend.kastle.com (News)
- Reply-To: rich@kastle.com
- Organization: Kastle Development Associates
- X-Newsreader: Forte Free Agent 1.0.82
- References: <1996Mar7.052636.59812@ucl.ac.uk> <DnwJKs.KyJ@uns.bris.ac.uk> <mjs.826218466@hubcap>
- Date: Mon, 11 Mar 1996 13:11:34 GMT
-
- mjs@hubcap.clemson.edu (M. J. Saltzman) wrote:
-
- > i -= i != 0
-
- >(which is probably what I would have written).
-
- Um, wouldn't that be undefined? The value of i is stored and there
- are two references to i without an intervening sequence point. One
- reference is implicit by the "-=" operator and the other is explicit.
-
- --
- Richard Krehbiel, Kastle Systems, Arlington VA USA
- rich@kastle.com (work) or richk@mnsinc.com (personal)
-
-